queryFor

fun queryFor(title: String, author: String? = null): String

Get the full URL for a search query.

The search will be in title only if author is null, in all fields otherwise. Note that except when you have very short/generic titles, searching in title only yields better results.

Sources

Link copied to clipboard